StructKeyExists(structure, key)Returns TRUE if the specified key is in the specified structure and FALSE if it is not.
See also StructClear, StructDelete, StructFind, StructInsert, StructIsEmpty, StructCount, StructKeyArray, and StructUpdate.
Structure to be tested.
Key to be tested.